home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
SoundAndMusic
/
cmix
/
lpc
/
stabilization
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-12-17
|
193b
|
13 lines
CFLAGS = -O
LDFLAGS = libF77.a libI77.a
CC = cc
F = newroottest.o newroottestmain.o newstable.o factor.o
all: stabilize
clean:
rm -f *.o
stabilize: $(F)
cc -o stabilize $(F) $(LDFLAGS)